internal/strconv.uint128.Lo (field)
14 uses
internal/strconv (current package)
atofeisel.go#L50: yHi, yLo := bits.Mul64(man, pow.Lo)
atofeisel.go#L125: yHi, yLo := bits.Mul64(man, pow.Lo)
ftoadbox.go#L184: sum := uint64(u.Lo + n)
ftoadbox.go#L186: if sum < u.Lo {
ftoadbox.go#L189: u.Lo = sum
ftoadbox.go#L234: t := umul128Upper64(x, y.Lo)
ftoadbox.go#L241: highLow := umul128(x, y.Lo)
ftoadbox.go#L242: return uint128{uint64(high + highLow.Hi), highLow.Lo}
ftoadbox.go#L251: isInt = r.Lo == 0
ftoadbox.go#L271: isInt = ((uint64(r.Hi << beta)) | (r.Lo >> (64 - beta))) == 0
ftoadbox.go#L335: φ.Lo++
ftoafixed.go#L87: pow.Lo++
math.go#L13: Lo uint64
math.go#L24: mid1, lo := bits.Mul64(x, y.Lo)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |